html{
  font-size: 0.7vw;
}

body{
  font-family: "Ubuntu", sans-serif;
  font-weight:400;
  color: #000000;
  font-size: 1.4vw;
  text-align: center;
  padding: 0vw;
  margin: 0vw;
}

li{
  list-style-type: none;
  display: inline;
  padding-right: 3.5vw;
  margin-left: 4.2vw;
  margin-right: 2.8vw;
  color: #000000;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
}

#menu {
  height: 4.2vw;
  display: block;
  position: fixed;
  background: transparent;
  background-color: #FFFFFF;
  border-bottom:0.14vw solid  #FFFFFF;
  color: #FFFFFF;
  width: 100%;
  z-index: 99999;
  transition: all ease .5s;
  border-color: #000000;
}

#sections {
  padding: 1.4vw;
  font-size: 1.2vw;
  transition: all ease .5s;
  color: #FFFFFF;
}

#menu.shrink {
  height: 28vw;
  transition: all ease .5s;
  background-color: linear-gradient(15deg, #000000 0%, #000000 100%);
  color:  #FFFFFF;
  border-color: #000000;
}

#menu.shrink #banner {
  padding: 0.7vw;
  transition: all ease .5s;
  border-color: #000000;
}

a{
  text-decoration: none;
  color: #000000;
}

a:hover{
  color: #db1c5f;
  top: 0.2vw;
}

#banner h1{
  font-family: "Ubuntu", sans-serif;
  font-size: 5vw;
  color: #FFFFFF;
  background-size: cover;
  text-align: center;
  font-weight: bold;
  position: relative;
}

#banner {
  background-image: url("bannerbackground.png");
  background-position: center;
  height: 48.3vw;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

#intro {
  height: 29vw;
  padding: 1.4vw;
  margin-right: 4vw;
}

.terezatext{
  text-align: left;
}

.tereza{
  float:left;
  vertical-align: middle;
  margin-right: 2.1vw;
  max-width: 25%;
  display: block;
}

#experience {
  height: 45.5vw;
  padding: 1.4vw;
}
.photo {
  max-width: 75%;
  margin-left: 15vw;
  margin-right: 15vw;
  display: block;
  vertical-align: middle;
}

#skills {
  height: 22.4vw;
  padding: 1.4vw;
}

.table{
  width: 100%;
  text-align: center;
  margin-top: 5.6vw;
  margin-left: 0.01vw;
  margin-right: 0.01vw;
}

#contact {
  height: 32rem;
  padding: 1.4vw 4.2vw 4.2vw 4.2vw;
}

.terezaphoto {
  max-width: 15%;
  margin-left: 15vw;
  margin-right: 15vw;
}

.email {
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.4vw;
}

.linkedin {
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.medium {
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 1.4vw; /* Place the button at the bottom of the page */
    right: 2.1vw; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #000000; /* Set a background color */
    color: #F1F3CE; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 1.5vw; /* Some padding */
    border-radius: 0.7vw; /* Rounded corners */
    max-width: 50%;
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
